home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / update~1.z / update~1 / gkernel / sttools / sttools.diff
Encoding:
Text File  |  1989-08-24  |  315 b   |  14 lines

  1. *** /tmp/,RCSt1a27574    Thu Aug 24 00:04:43 1989
  2. --- fsck.c    Fri Aug 18 01:34:07 1989
  3. ***************
  4. *** 1,4 ****
  5. ! #define STACKSIZE        512
  6.   
  7.   char stack[STACKSIZE];
  8.   char *stackpt = &stack[STACKSIZE];
  9. --- 1,4 ----
  10. ! #define STACKSIZE        4
  11.   
  12.   char stack[STACKSIZE];
  13.   char *stackpt = &stack[STACKSIZE];
  14.